aws_sdk_lightsail/client/delete_container_service.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 [`DeleteContainerService`](crate::operation::delete_container_service::builders::DeleteContainerServiceFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`service_name(impl Into<String>)`](crate::operation::delete_container_service::builders::DeleteContainerServiceFluentBuilder::service_name) / [`set_service_name(Option<String>)`](crate::operation::delete_container_service::builders::DeleteContainerServiceFluentBuilder::set_service_name):<br>required: **true**<br><p>The name of the container service to delete.</p><br>
7 /// - On success, responds with [`DeleteContainerServiceOutput`](crate::operation::delete_container_service::DeleteContainerServiceOutput)
8 /// - On failure, responds with [`SdkError<DeleteContainerServiceError>`](crate::operation::delete_container_service::DeleteContainerServiceError)
9 pub fn delete_container_service(&self) -> crate::operation::delete_container_service::builders::DeleteContainerServiceFluentBuilder {
10 crate::operation::delete_container_service::builders::DeleteContainerServiceFluentBuilder::new(self.handle.clone())
11 }
12}