1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAdmChannel`](crate::operation::delete_adm_channel::builders::DeleteAdmChannelFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`application_id(impl Into<String>)`](crate::operation::delete_adm_channel::builders::DeleteAdmChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::delete_adm_channel::builders::DeleteAdmChannelFluentBuilder::set_application_id):<br>required: **true**<br><p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p><br>
    /// - On success, responds with [`DeleteAdmChannelOutput`](crate::operation::delete_adm_channel::DeleteAdmChannelOutput) with field(s):
    ///   - [`adm_channel_response(Option<AdmChannelResponse>)`](crate::operation::delete_adm_channel::DeleteAdmChannelOutput::adm_channel_response): <p>Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.</p>
    /// - On failure, responds with [`SdkError<DeleteAdmChannelError>`](crate::operation::delete_adm_channel::DeleteAdmChannelError)
    pub fn delete_adm_channel(&self) -> crate::operation::delete_adm_channel::builders::DeleteAdmChannelFluentBuilder {
        crate::operation::delete_adm_channel::builders::DeleteAdmChannelFluentBuilder::new(self.handle.clone())
    }
}