aws_sdk_databasemigration/client/delete_replication_subnet_group.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteReplicationSubnetGroup`](crate::operation::delete_replication_subnet_group::builders::DeleteReplicationSubnetGroupFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`replication_subnet_group_identifier(impl Into<String>)`](crate::operation::delete_replication_subnet_group::builders::DeleteReplicationSubnetGroupFluentBuilder::replication_subnet_group_identifier) / [`set_replication_subnet_group_identifier(Option<String>)`](crate::operation::delete_replication_subnet_group::builders::DeleteReplicationSubnetGroupFluentBuilder::set_replication_subnet_group_identifier):<br>required: **true**<br><p>The subnet group name of the replication instance.</p><br>
/// - On success, responds with [`DeleteReplicationSubnetGroupOutput`](crate::operation::delete_replication_subnet_group::DeleteReplicationSubnetGroupOutput)
/// - On failure, responds with [`SdkError<DeleteReplicationSubnetGroupError>`](crate::operation::delete_replication_subnet_group::DeleteReplicationSubnetGroupError)
pub fn delete_replication_subnet_group(
&self,
) -> crate::operation::delete_replication_subnet_group::builders::DeleteReplicationSubnetGroupFluentBuilder {
crate::operation::delete_replication_subnet_group::builders::DeleteReplicationSubnetGroupFluentBuilder::new(self.handle.clone())
}
}