aws_sdk_devicefarm/client/delete_network_profile.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 [`DeleteNetworkProfile`](crate::operation::delete_network_profile::builders::DeleteNetworkProfileFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`arn(impl Into<String>)`](crate::operation::delete_network_profile::builders::DeleteNetworkProfileFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_network_profile::builders::DeleteNetworkProfileFluentBuilder::set_arn):<br>required: **true**<br><p>The ARN of the network profile to delete.</p><br>
7 /// - On success, responds with [`DeleteNetworkProfileOutput`](crate::operation::delete_network_profile::DeleteNetworkProfileOutput)
8 /// - On failure, responds with [`SdkError<DeleteNetworkProfileError>`](crate::operation::delete_network_profile::DeleteNetworkProfileError)
9 pub fn delete_network_profile(&self) -> crate::operation::delete_network_profile::builders::DeleteNetworkProfileFluentBuilder {
10 crate::operation::delete_network_profile::builders::DeleteNetworkProfileFluentBuilder::new(self.handle.clone())
11 }
12}