aws-sdk-notificationscontacts 1.57.0

AWS SDK for AWS User Notifications Contacts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteEmailContact`](crate::operation::delete_email_contact::builders::DeleteEmailContactFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::delete_email_contact::builders::DeleteEmailContactFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_email_contact::builders::DeleteEmailContactFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the resource.</p><br>
    /// - On success, responds with [`DeleteEmailContactOutput`](crate::operation::delete_email_contact::DeleteEmailContactOutput)
    /// - On failure, responds with [`SdkError<DeleteEmailContactError>`](crate::operation::delete_email_contact::DeleteEmailContactError)
    pub fn delete_email_contact(&self) -> crate::operation::delete_email_contact::builders::DeleteEmailContactFluentBuilder {
        crate::operation::delete_email_contact::builders::DeleteEmailContactFluentBuilder::new(self.handle.clone())
    }
}