aws_sdk_datazone/client/delete_environment_profile.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteEnvironmentProfile`](crate::operation::delete_environment_profile::builders::DeleteEnvironmentProfileFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain_identifier(impl Into<String>)`](crate::operation::delete_environment_profile::builders::DeleteEnvironmentProfileFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::delete_environment_profile::builders::DeleteEnvironmentProfileFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>The ID of the Amazon DataZone domain in which the environment profile is deleted.</p><br>
/// - [`identifier(impl Into<String>)`](crate::operation::delete_environment_profile::builders::DeleteEnvironmentProfileFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_environment_profile::builders::DeleteEnvironmentProfileFluentBuilder::set_identifier):<br>required: **true**<br><p>The ID of the environment profile that is deleted.</p><br>
/// - On success, responds with [`DeleteEnvironmentProfileOutput`](crate::operation::delete_environment_profile::DeleteEnvironmentProfileOutput)
/// - On failure, responds with [`SdkError<DeleteEnvironmentProfileError>`](crate::operation::delete_environment_profile::DeleteEnvironmentProfileError)
pub fn delete_environment_profile(&self) -> crate::operation::delete_environment_profile::builders::DeleteEnvironmentProfileFluentBuilder {
crate::operation::delete_environment_profile::builders::DeleteEnvironmentProfileFluentBuilder::new(self.handle.clone())
}
}