// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteApnsChannel`](crate::operation::delete_apns_channel::builders::DeleteApnsChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::delete_apns_channel::builders::DeleteApnsChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::delete_apns_channel::builders::DeleteApnsChannelFluentBuilder::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 [`DeleteApnsChannelOutput`](crate::operation::delete_apns_channel::DeleteApnsChannelOutput) with field(s):
/// - [`apns_channel_response(Option<ApnsChannelResponse>)`](crate::operation::delete_apns_channel::DeleteApnsChannelOutput::apns_channel_response): <p>Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application.</p>
/// - On failure, responds with [`SdkError<DeleteApnsChannelError>`](crate::operation::delete_apns_channel::DeleteApnsChannelError)
pub fn delete_apns_channel(&self) -> crate::operation::delete_apns_channel::builders::DeleteApnsChannelFluentBuilder {
crate::operation::delete_apns_channel::builders::DeleteApnsChannelFluentBuilder::new(self.handle.clone())
}
}