aws_sdk_odb/client/delete_cloud_exadata_infrastructure.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 [`DeleteCloudExadataInfrastructure`](crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`cloud_exadata_infrastructure_id(impl Into<String>)`](crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder::cloud_exadata_infrastructure_id) / [`set_cloud_exadata_infrastructure_id(Option<String>)`](crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder::set_cloud_exadata_infrastructure_id):<br>required: **true**<br><p>The unique identifier of the Exadata infrastructure to delete.</p><br>
7 /// - On success, responds with [`DeleteCloudExadataInfrastructureOutput`](crate::operation::delete_cloud_exadata_infrastructure::DeleteCloudExadataInfrastructureOutput)
8 /// - On failure, responds with [`SdkError<DeleteCloudExadataInfrastructureError>`](crate::operation::delete_cloud_exadata_infrastructure::DeleteCloudExadataInfrastructureError)
9 pub fn delete_cloud_exadata_infrastructure(
10 &self,
11 ) -> crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder {
12 crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder::new(self.handle.clone())
13 }
14}