// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteExpressGatewayService`](crate::operation::delete_express_gateway_service::builders::DeleteExpressGatewayServiceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`service_arn(impl Into<String>)`](crate::operation::delete_express_gateway_service::builders::DeleteExpressGatewayServiceFluentBuilder::service_arn) / [`set_service_arn(Option<String>)`](crate::operation::delete_express_gateway_service::builders::DeleteExpressGatewayServiceFluentBuilder::set_service_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the Express service to delete. The ARN uniquely identifies the service within your Amazon Web Services account and region.</p><br>
/// - On success, responds with [`DeleteExpressGatewayServiceOutput`](crate::operation::delete_express_gateway_service::DeleteExpressGatewayServiceOutput) with field(s):
/// - [`service(Option<EcsExpressGatewayService>)`](crate::operation::delete_express_gateway_service::DeleteExpressGatewayServiceOutput::service): <p>The full description of the deleted express service.</p>
/// - On failure, responds with [`SdkError<DeleteExpressGatewayServiceError>`](crate::operation::delete_express_gateway_service::DeleteExpressGatewayServiceError)
pub fn delete_express_gateway_service(
&self,
) -> crate::operation::delete_express_gateway_service::builders::DeleteExpressGatewayServiceFluentBuilder {
crate::operation::delete_express_gateway_service::builders::DeleteExpressGatewayServiceFluentBuilder::new(self.handle.clone())
}
}